home *** CD-ROM | disk | FTP | other *** search
/ PowerPak Gold 1992 Fall / PowerPak Gold (Fall 1992)(Flordia Lion's Den).iso / magazine / mnews38.exe / SPITFIRE.DOC < prev    next >
Text File  |  1992-03-28  |  5KB  |  133 lines

  1.  
  2. This file comes to you courtesy of Jacque Shipley of the Mother Board
  3.               BBS.  We just can't thank her enough.
  4.  
  5.   Please be aware that the contributed SPITFIRE SF.BAT commands or the
  6. Wildfire script commands represent the drive, directory and other
  7. specifics of the Sysop who donated them and will need to be modified to
  8. reflect your particular system setup.  These are meant to serve as a
  9. guideline for installing the door on a SPITFIRE BBS and are not
  10. intended to replace referring to the documentation for the door
  11. installation instructions.
  12.  
  13.   Installing ModemNews Magazine on a SPITFIRE BBS System can be
  14. accomplished by several different means.  If a Sysop wishes to only
  15. have one issue of ModemNews (presumably the most recent) I would
  16. recommend setting it up outside of Wildfire, using the normal SPITFIRE 
  17. door installation procedure and running it from the SPITFIRE Door Menu 
  18. or as a Sysop Configurable command from the Main, Message or File Menu.
  19.  
  20.    To do this, obtain the latest version of Doorway (DRWY205.ZIP 
  21. currently, at the time of this writing) and ModemNews Magazine.  Create 
  22. a directory specifically for running your ModemNews Magazine as a door
  23. or Sysop Configurable command.  For my system the directory is: 
  24.  
  25. C:\DOOR\MNEWS.  
  26.  
  27.    Uncompress your Doorway utility and the Modem New Magazine to this
  28. directory.  Once all the files are contained in this directory, you
  29. will need to modify your SF.BAT and SFDOOR.MNU files if you are running
  30. ModemNews as a door and create a SFMAIN.BAT, SFFILE.BAT or SFMESS.BAT
  31. if it is being run as a Sysop Configurable command option.
  32.  
  33.    As a door, you will need to include the following line in your
  34. SFDOOR.MNU to correspond to the appropriate door from which your users
  35. will access the ModemNews Magazine:
  36.  
  37. ModemNews Magazine,10
  38.  
  39.    Next you will need to modify your SF.BAT.  Let's assume ModemNews is
  40. being installed as Door_A.  When finished, your batch file should be
  41. similar to the one below:
  42.  
  43. :DOOR_A
  44.    CD\DOOR\MNEWS
  45.    DOORWAY COM1 /L: /N: /M:20 /O: /S:* /P:NEWSxx.EXE /0
  46.    CD\SF
  47.    GOTO LOOP
  48. :DOOR_B
  49.  
  50.    The specific Doorway command switches you will use will depend on
  51. how you wish to set up ModemNews on your system.  For instance, the /O:
  52. option listed above, only is available to registered Doorway users for
  53. removing Doorway's opening screen and the /M:20 which sets a 20 minute
  54. time limit is limited to 10 minutes in the unregistered versions.
  55.  
  56.    If ModemNews is going to be set up as a Sysop Configurable command,
  57. place the commands contained between the :DOOR_A and :DOOR_B in the 
  58. SF.BAT mentioned above in the appropriate SFMAIN.BAT, SFMESS.BAT or
  59. SFFILE.BAT.  The appropriate SFMAIN.BAT, SFMESS.BAT or SFFILE.BAT 
  60. should be placed in your main system files path for SPITFIRE.
  61.  
  62. ------------------------------------------------------------------------
  63.  
  64.    Personally, I wanted to have several issues of ModemNews available
  65. to my users.  The easiest way I found to do this was to combine the
  66. features of Doorway and Wildfire.  Wildfire provides an easy way to set
  67. up a menu to provide the various ModemNews issues and using Doorway to
  68. execute the NEWSxx.EXE file. So if you decide to run it this way, you
  69. can use the following set up:
  70.  
  71.    A directory will need to be created for each ModemNews issue you 
  72. wish to have available.  I name the directories I set up after the 
  73. particular issue it contains.  For instance, for this example, I will
  74. be setting up the October 1989 issue, NEWS13 (the 13th issue of
  75. ModemNews).  The Doorway utility must either be placed in each
  76. directory or in a directory that is contained in your path statement.
  77. Then modify your SF.BAT as follows:
  78.  
  79.  
  80. SPITFIRE BATCH COMMANDS
  81. -----------------------
  82.  
  83. :DOOR_A
  84. CD \SF\WILDFIRE
  85. WILDFIRE MONITOR.CFG MNEWS
  86. :BEGIN
  87.  IF ERRORLEVEL 60 GOTO DOOR
  88.  IF ERRORLEVEL 50 GOTO DONE
  89.  IF ERRORLEVEL 1 GOTO DONE
  90.  GOTO DONE
  91.  :DOOR
  92.  CALL RUN
  93.  WILDFIRE RESTART
  94.  GOTO BEGIN
  95.  :DONE
  96.  CD \SF
  97. GOTO LOOP
  98. :DOOR_B
  99.  
  100.  
  101.    Set up a menu in Wildfire for your ModemNews entitled MNEWS and set 
  102. the particular issue up in the following manner:
  103.  
  104.    
  105.  
  106. WILDFIRE SET UP AND SCRIPT COMMANDS
  107. -----------------------------------
  108.  
  109. DOOR ATTRIBUTES:
  110.         Board Type = S
  111.         Time Limit = 20
  112.  Security Required = 10
  113. Re-Run Lock Status = N
  114.     Expired Status = N 
  115.  
  116. EXECUTION SCRIPT
  117. Line #1:  ECHO OFF
  118. Line #2:  CD\DOOR\MNEWS13
  119. Line #3:  DOORWAY
  120. Line #4:  DOORWAY COM1: /L: /M:20 /S:* /O: /N: /P:NEWSxx.EXE /0
  121.  
  122.   Once again, the specific command switches you use with Doorway will
  123. depend on your preferred set up on your system.  
  124.  
  125.  
  126. Sample ModemNews Set Ups
  127. Contributed By Jacque Shipley
  128. The Mother Board BBS  -  (515) 986-3464
  129. 9600/2400/1200 Baud
  130. Grimes, Iowa
  131.  
  132. (And GREATLY appreciated!   (ed))
  133.